home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(25, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(25)
- end if
- end
-
- on mouseUp
- glowClear()
- doClick()
- cursor(0)
- set the fileName of window "BACKVOL" to "@\SOMC\BACKVOL"
- set the windowType of window "BACKVOL" to 2
- openMIAW("BACKVOL")
- end
-